home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Applications 2002 November
/
SGI IRIX 6.5 Applications 2002 November.iso
/
dist
/
arraysvcs.idb
/
usr
/
sbin
/
arshell.z
/
arshell
Wrap
Text File
|
2002-02-28
|
510b
|
17 lines
#!/bin/sh
#
# Wrapper script for arshell. This is a good place to add site-specific
# options or to replace the array services remote shell program with a
# different one.
#
# Sites that use array services authentication may want to include
# the "-F" option below, for example:
#
# exec /usr/lib/array/bin/arshell -F $*
#
# This will cause commands to be forwarded through the local array services
# daemon so that users do not need to specify the -Kl and -Kr options.
#
exec /usr/lib/array/bin/arshell "$@"